data access

英 [ˈdeɪtə ˈækses] 美 [ˈdeɪtə ˈækses]

数据存取

计算机



双语例句

  1. Since each database partition has local indexes on its data there is increased performance for local data access.
    由于每个数据库分区都有它的数据上的本地索引,因此提高了本地数据访问的性能。
  2. This is a great advantage of using read-only transactions over non-transactional data access in flow-managed persistence.
    这是在流管理持久化中使用只读事务优于使用非事务性数据访问的地方。
  3. PMI implements the J2EE performance data framework and allows data access via the JMX interface.
    PMI实现了J2EE性能数据框架并允许通过JMX接口进行数据访问。
  4. Data messaging model and data access patterns are being used.
    使用数据消息传递模型和数据访问模式。
  5. Let's use a pureQuery annotated interface to bind an existing data access as static SQL in a database.
    我们来使用带pureQuery注解的接口把现有的数据访问绑定为数据库中的静态SQL。
  6. The lowest layer in the architecture is the mediator layer which performs the data access with the repository.
    体系结构中的最低层是中介器层,它执行对库中数据的访问。
  7. For data access, I will use JPA.
    对于数据访问,我使用的是JPA。
  8. Salesforce also provides many platform-specific services for managing users, accounts, roles, and data access.
    Salesforce还提供许多与平台相关的服务,用于管理用户、账户、角色和数据访问。
  9. We'll start with a review of the DAO design pattern and data access objects.
    我们将以对DAO设计模式和数据访问对象的概述开始。
  10. You have no control over the application server or data access.
    您无法控制应用服务器或数据访问。
  11. Logic and metadata used to define data access and aggregation can be reused across different projects.
    用于定义数据访问和聚集的逻辑和元数据可以在不同的项目之间重用。
  12. However, in this case, all data access was performed through the relevant operational system.
    不过,在这种情况下,所有数据访问都是通过相关运营系统执行的。
  13. In the sections that follow you'll learn techniques for designing and implementing data access objects.
    在下面一节中您将学习设计和实现数据访问对象的技术。
  14. Finally, the data access layer is a persistent data store, such as a database or file storage.
    最后,数据访问层是持久化的数据存储,比如数据库或文件存储。
  15. In addition, it provides a simple mapping and API layer that lets developers quickly develop data access code.
    此外,它还提供了一个简单的映射和API层,使开发人员能够快速地开发数据访问代码。
  16. A simple program architecture would naturally mix the business logic with data access logic ( like SQL).
    简单的程序体系结构会自然地将业务逻辑和数据访问逻辑(如SQL)混合。
  17. BIRT provides core reporting features, such as a graphical report designer, data access, and scripting support.
    BIRT将提供核心报表功能,例如图形报表设计器、数据访问和脚本支持。
  18. It shows how to use JSPs to call the data access beans.
    它说明了如何使用JSP来调用数据访问bean。
  19. This can improve data access efficiencies and potentially eliminate some SQL errors.
    这可以提高数据访问效率并潜在地消除一些SQL错误。
  20. The data access layer provides a semantic data store, a user profile, and the rules database.
    数据访问层提供了一种语义数据存储、一个用户个人文件以及规则数据库。
  21. In addition, the design and implementation of the data access service itself become reusable resources.
    此外,数据访问服务本身的设计和实现也可成为可重用资源。
  22. This greatly simplifies the data access code.
    这一特性大大简化了数据访问代码。
  23. Moreover, SDO promotes a uniform data access for a wide variety of data sources and services.
    而且,对种类繁多的数据源和业务SDO提供了一个统一的数据访问。
  24. The two-tier approach isolates data store and data access management.
    两层的方法将数据存储和数据访问管理相分离。
  25. The data may be loaded from a data source ( using a Data Access Service) or created dynamically.
    数据可以从数据源加载(使用数据访问服务)或动态创建。
  26. This article demonstrates the use of the asynchronous API for data access.
    本文演示了如何使用异步API进行数据访问。
  27. The implementation contains methods encapsulating all required SQL statements for data access and manipulation.
    该实现包含封装所有用于数据访问和操纵的SQL语句的方法。
  28. Once the data is available in relational format, plain SQL can be used for data access and manipulation.
    一旦使用关系格式的数据可用,纯SQL就可用于数据访问和操作。
  29. In Spring Web Flow, all data access, by default, is non-transactional.
    在SpringWebFlow中,默认情况下,所有数据访问都是非事务性的。
  30. The data access Java beans provide an easy alternative to directly use the JDBC interface for database access.
    这些数据访问Javabean提供一种很轻松的变通方法来直接使用JDBC接口访问数据库。